home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 9 / CorelDraw9 Disco 1.iso / Config / Texture.reg < prev    next >
Windows Registry Data  |  1999-05-06  |  9KB  |  278 lines

  1. REGEDIT4
  2. ; This .REG file show the registry settings necessary to run
  3. ; Corel Texture.
  4. ; Search for the keyword CUSTOMIZATION to find where customization
  5. ; is necessary
  6.  
  7. ; The registry for NT machine is different, the setting for CURRENT_USER is different, 
  8. ; everywhere the line "[HKEY_CURRENT_USER\Software..." is present, it will have to be replaced
  9. ; by "[HKEY_USERS\S-1-5-21-376925190-1746469397-464344438-1000\Software\..." where the number
  10. ; is specific to the current user (see registry doc for more info).
  11.  
  12. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tba]
  13. @="TextureBatcher.Document"
  14.  
  15. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tex]
  16. @="Corel.Texture"
  17.  
  18. [HKEY_CLASSES_ROOT\.TEX\ShellNew]
  19. "FileName"="C:\\COREL\\GRAPHICS9\\TEXTURE\\GALLERY\\Default Texture.tex"
  20.  
  21. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture]
  22. @="COREL Texture"
  23.  
  24. ; CUSTOMIZATION
  25. ; Change the path with the path of the application
  26. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\DefaultIcon]
  27. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TEXTURE.EXE,1"
  28.  
  29. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell]
  30.  
  31. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\open]
  32.  
  33. ; CUSTOMIZATION
  34. ; Change the path with the path of the application
  35. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\open\command]
  36. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TEXTURE.EXE /dde"
  37.  
  38. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\open\ddeexec]
  39. @="[open(\"%1\")]"
  40.  
  41. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\print]
  42.  
  43. ; CUSTOMIZATION
  44. ; Change the path with the path of the application
  45. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\print\command]
  46. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TEXTURE.EXE /dde"
  47.  
  48. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\print\ddeexec]
  49. @="[print(\"%1\")]"
  50.  
  51. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\printto]
  52.  
  53. ; CUSTOMIZATION
  54. ; Change the path with the path of the application
  55. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\printto\command]
  56. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\Texture.EXE /dde"
  57.  
  58. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Corel.Texture\shell\printto\ddeexec]
  59. @="[printto(\"%1\",\"%2\",\"%3\",\"%4\")]"
  60.  
  61. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document]
  62. @="Texture Batcher Document"
  63.  
  64. ; CUSTOMIZATION
  65. ; Change the path with the path of the application
  66. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\DefaultIcon]
  67. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TBATCHER.exe,1"
  68.  
  69. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\shell]
  70.  
  71. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\shell\open]
  72.  
  73. ; CUSTOMIZATION
  74. ; Change the path with the path of the application
  75. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\shell\open\command]
  76. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TBATCHER.exe \"%1\""
  77.  
  78. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\shell\print]
  79.  
  80. ; CUSTOMIZATION
  81. ; Change the path with the path of the application
  82. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\shell\print\command]
  83. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TBATCHER.exe /p \"%1\""
  84.  
  85. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\shell\printto]
  86.  
  87. ; CUSTOMIZATION
  88. ; Change the path with the path of the application
  89. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TextureBatcher.Document\shell\printto\command]
  90. @="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TBATCHER.exe /pt \"%1\" \"%2\" \"%3\" \"%4\""
  91.  
  92. ; CUSTOMIZATION
  93. ; Registry customized by Corel to have all registry items under Corel
  94. [HKEY_CURRENT_USER\Software\Corel]
  95. [HKEY_CURRENT_USER\Software\Corel\Corel TEXTURE]
  96. [HKEY_CURRENT_USER\Software\Corel\Corel TEXTURE\Settings]
  97.  
  98. ; CUSTOMIZATION
  99. ; Registry customized by Corel to have all registry items under Corel
  100. ;    Change AppPath with the path of the application
  101. ;    Change GalleryPath with the path of the texture gallery
  102. ;    Change GoodiesPath with the path of the goodies
  103. ;    Change FiltersPath with the path of the filters
  104. [HKEY_CURRENT_USER\Software\Corel\Corel TEXTURE\Version 2.0]
  105. "AppPath"="C:\\COREL\\GRAPHICS9\\PROGRAMS"
  106. "GalleryPath"="C:\\COREL\\GRAPHICS9\\TEXTURE\\Galerφa"
  107. "GoodiesPath"="C:\\COREL\\GRAPHICS9\\TEXTURE\\Goodies"
  108. "FiltersPath"="C:\\COREL\\GRAPHICS9\\Filters"
  109.  
  110. ; CUSTOMIZATION
  111. ; Registry customized by Corel to have all registry items under Corel
  112. [HKEY_CURRENT_USER\Software\Corel\Texture Batcher]
  113. [HKEY_CURRENT_USER\Software\Corel\Texture Batcher\Settings]
  114.  
  115. ; CUSTOMIZATION
  116. ; Registry customized by Corel to have all registry items under Corel
  117. ;    Change DefaultDestPath with the path of the default output
  118. ;    Change FiltersPath with the path of the filters
  119. [HKEY_CURRENT_USER\Software\Corel\Texture Batcher\Version 2.0]
  120. "AppPath"="C:\\COREL\\GRAPHICS9\\Programs"
  121. "DefaultDestPath"="C:\\COREL\\GRAPHICS9\\TEXTURE"
  122. "FiltersPath"="C:\\COREL\\GRAPHICS9\\Filters"
  123. "InsertTexturePath"="C:\\COREL\\GRAPHICS9\\Texture\\Galerφa"
  124.  
  125. HKEY_CLASSES_ROOT\.TEX = CorelTexture.Document
  126. HKEY_CLASSES_ROOT\CorelTexture.Document\shell\open\command = TEXTURE.EXE %1
  127. HKEY_CLASSES_ROOT\CorelTexture.Document\shell\open\ddeexec = [open("%1")]
  128. HKEY_CLASSES_ROOT\CorelTexture.Document\shell\open\ddeexec\application = TEXTURE
  129.  
  130. HKEY_CLASSES_ROOT\CorelTexture.Document = CorelTexture Document
  131. HKEY_CLASSES_ROOT\CorelTexture.Document\CLSID = {C98790E1-A297-11CF-9781-00400515A33D}
  132.  
  133. HKEY_CLASSES_ROOT\CLSID\{C98790E1-A297-11CF-9781-00400515A33D} = CorelTexture Document
  134. HKEY_CLASSES_ROOT\CLSID\{C98790E1-A297-11CF-9781-00400515A33D}\LocalServer32 = TEXTURE.EXE
  135. HKEY_CLASSES_ROOT\CLSID\{C98790E1-A297-11CF-9781-00400515A33D}\ProgId = CorelTexture.Document
  136.  
  137.  
  138. item: Edit Registry
  139.   Key=.tcl
  140.   New Value=tclfile
  141.   Value Name=(Default)
  142. end
  143. item: Edit Registry
  144.   Key=.tla
  145.   New Value=tlafile
  146.   Value Name=(Default)
  147. end
  148. item: Edit Registry
  149.   Key=tclfile
  150.   New Value=Corel Texture Color Set
  151.   Value Name=(Default)
  152. end
  153. item: Edit Registry
  154.   Key=tclfile\DefaultIcon
  155.   New Value=%MAINDIR%\TEXTURE.exe,1
  156.   Value Name=(Default)
  157. end
  158. item: Edit Registry
  159.   Key=tlafile
  160.   New Value=Corel Texture Layer
  161.   Value Name=(Default)
  162. end
  163. item: Edit Registry
  164.   Key=tlafile\DefaultIcon
  165.   New Value=%MAINDIR%\TEXTURE.exe,2
  166.   Value Name=(Default)
  167. end
  168. item: Edit Registry
  169.   Key=.tex
  170.   New Value=Corel.Texture
  171. end
  172. item: Edit Registry
  173.   Key=TextureCreator.Document
  174.   New Value=Corel Texture Document
  175. end
  176. item: Edit Registry
  177.   Key=CorelTexture.Document\shell\open\command
  178.   New Value=%MAINDIR%\TEXTURE.exe %%1
  179. end
  180. item: Edit Registry
  181.   Key=.tba
  182.   New Value=TexureBatcher.Document
  183. end
  184. item: Edit Registry
  185.   Key=TexureBatcher.Document
  186.   New Value=Texure Batcher Document
  187. end
  188. item: Edit Registry
  189.   Key=TexureBatcher.Document\shell\open\command
  190.   New Value=%MAINDIR%\TBATCHER.exe %%1
  191. end
  192. ; CUSTOMIZATION
  193. ; Registry customized by Corel to have all registry items under Corel
  194. item: Edit Registry
  195.   Key=software\Corel\Texture Batcher\Version 2.0
  196.   New Value=0
  197.   Value Name=MinorVersion
  198.   Root=1
  199.   Data Type=3
  200. end
  201. ; CUSTOMIZATION
  202. ; Registry customized by Corel to have all registry items under Corel
  203. item: Edit Registry
  204.   Key=software\Corel\Corel TEXTURE\Version 2.0
  205.   New Value=%MAINDIR%
  206.   Value Name=AppPath
  207.   Root=1
  208. end
  209. ; CUSTOMIZATION
  210. ; Registry customized by Corel to have all registry items under Corel
  211. item: Edit Registry
  212.   Key=software\Corel\Corel TEXTURE\Version 2.0
  213.   New Value=%MAINDIR%\Filters
  214.   Value Name=FiltersPath
  215.   Root=1
  216. end
  217. ; CUSTOMIZATION
  218. ; Registry customized by Corel to have all registry items under Corel
  219. item: Edit Registry
  220.   Key=software\Corel\Corel TEXTURE\Version 2.0
  221.   New Value=%MAINDIR%\Galerφa
  222.   Value Name=GalleryPath
  223.   Root=1
  224. end
  225. ; CUSTOMIZATION
  226. ; Registry customized by Corel to have all registry items under Corel
  227. item: Edit Registry
  228.   Key=software\Corel\Corel TEXTURE\Version 2.0
  229.   New Value=%MAINDIR%\Goodies
  230.   Value Name=GoodiesPath
  231.   Root=1
  232. end
  233. ; CUSTOMIZATION
  234. ; Registry customized by Corel to have all registry items under Corel
  235. item: Edit Registry
  236.   Key=software\Corel\Corel TEXTURE\Version 2.0
  237.   New Value=0
  238.   Value Name=MinorVersion
  239.   Root=1
  240.   Data Type=3
  241. end
  242. ; CUSTOMIZATION
  243. ; Registry customized by Corel to have all registry items under Corel
  244. item: Edit Registry
  245.   Key=software\Corel\Texture Batcher\Version 2.0
  246.   New Value=%MAINDIR%
  247.   Value Name=AppPath
  248.   Root=1
  249. end
  250. ; CUSTOMIZATION
  251. ; Registry customized by Corel to have all registry items under Corel
  252. item: Edit Registry
  253.   Key=software\Corel\Texture Batcher\Version 2.0
  254.   New Value=%MAINDIR%
  255.   Value Name=DefaultDestPath
  256.   Root=1
  257. end
  258. ; CUSTOMIZATION
  259. ; Registry customized by Corel to have all registry items under Corel
  260. item: Edit Registry
  261.   Key=software\Corel\Texture Batcher\Version 2.0
  262.   New Value=%MAINDIR%\Filters
  263.   Value Name=FiltersPath
  264.   Root=1
  265. end
  266. ; CUSTOMIZATION
  267. ; Registry customized by Corel to have all registry items under Corel
  268. item: Edit Registry
  269.   Key=software\Corel\Texture Batcher\Version 2.0
  270.   New Value=%MAINDIR%
  271.   Value Name=InsertTexturePath
  272.   Root=1
  273. end
  274.  
  275. [HKEY_LOCAL_MACHINE\SOFTWARE\Corel\AppLauncher]
  276. "Corel TEXTURE"="C:\\COREL\\GRAPHICS9\\PROGRAMS\\TEXTURE.EXE"
  277.  
  278.